github.com/coder/websocket.Conn.closeSentErr (field)
4 uses
github.com/coder/websocket (current package)
conn.go#L73: closeSentErr error
read.go#L351: closeSent := c.closeSentErr != nil
write.go#L265: closeSentErr := c.closeSentErr
write.go#L316: c.closeSentErr = fmt.Errorf("sent close frame: %w", net.ErrClosed)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |